projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21b1439
)
(shell-command): Mention the effect of the prefix
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 25 Nov 2000 08:46:43 +0000
(08:46 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 25 Nov 2000 08:46:43 +0000
(08:46 +0000)
argument in the doc string.
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index 47651b4b1474e0382ae3428f46a6027c41dd8e27..0e70e83a1572cbce0afa230841f0f83e4866dba1 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-1122,6
+1122,7
@@
stdout will be intermixed in the output stream.")
(defun shell-command (command &optional output-buffer error-buffer)
"Execute string COMMAND in inferior shell; display output, if any.
+With prefix argument, insert the COMMAND's output at point.
If COMMAND ends in ampersand, execute it asynchronously.
The output appears in the buffer `*Async Shell Command*'.